Description | Hierarchy | Fields | Methods | Properties |
type unaSDPSessionInfo = packed record
r_username: string; |
r_sessid: string; |
r_sessversion: string; |
r_nettype: string; |
r_addrtype: string; |
r_unicastAddress: string; |
r_username: string; |
is the user's login on the originating host, or it is "-" if the originating host does not support the concept of user IDs. |
r_sessid: string; |
is a numeric string that forms a globally unique identifier for the session |
r_sessversion: string; |
version number for this session description |
r_nettype: string; |
Initially "IN" is defined to have the meaning "Internet" |
r_addrtype: string; |
Initially "IP4" and "IP6" are defined |
r_unicastAddress: string; |
is the address of the machine from which the session was created |
(c) 2012 Lake of Soft