ConnectionSetProtocol Method

Sets the protocol for the connection

Definition

Namespace: MobileTrack.Receiver.Models
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public void SetProtocol(
	ReceivedMessage message
)

Parameters

message  ReceivedMessage
Received message to determine the protocol from.

Exceptions

ArgumentException If a non-supported protocol or Unknown was chosen in message

See Also