FrameComputeCheckSequence Method |
Computes the Frame-Check-Sequence (FCS) of the specified Ethernet
frame.
Namespace: Network.Sim.Lan.EthernetAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static uint ComputeCheckSequence(
Frame frame
)
Parameters
- frame
- Type: Network.Sim.Lan.EthernetFrame
The Ethernet frame to compute the FCS for.
Return Value
Type:
UInt32The Frame-Check-Sequence of the specified Ethernet
frame.
See Also