SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Hdlc
Address
Get
Next
Address Method
Returns HDLC address raw data from the beginning of rawData buffer.
Definition
Namespace:
OddPrg.Protocols.Hdlc
Assembly:
OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
C#
Copy
public
static
ByteBuffer
GetNextAddress
(
ByteBuffer
rawData
)
Parameters
rawData
ByteBuffer
Return Value
ByteBuffer
See Also
Reference
HdlcAddress Class
OddPrg.Protocols.Hdlc Namespace
In This Article
Definition
Parameters
Return Value
See Also