Exemple #1
0
 /// <summary>
 /// Converts an IoP Proximity Server Network protocol message to a binary format.
 /// </summary>
 /// <param name="Data">IoP Proximity Server Network protocol message.</param>
 /// <returns>Binary representation of the message to be sent over the network.</returns>
 public override byte[] MessageToByteArray(IProtocolMessage Data)
 {
     return(ProxMessageBuilder.MessageToByteArray(Data));
 }