ReceivedMessage Constructor
Default constructor.
Namespace: MobileTrack.Receiver.ModelsAssembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public ReceivedMessage(
byte[] asBytes,
int start,
int length
)
Parameters
- asBytes Byte
- Binary array containing the message (plus likely padded data we don't need)
- start Int32
- Where to start from in asBytes
- length Int32
- Length of the asBytes we need to utilize.