Imports Xdr
Namespace Rpc.MessageProtocol
'''
''' RPC message
''' http://tools.ietf.org/html/rfc5531#section-9
'''
Public Class rpc_msg
'''
''' transaction identifier
'''
Public xid As UInteger
'''
''' message body
'''
Public body As body
End Class
End Namespace