IOptionConsumer ¶ SetOptionProvider (Method)
IIPAddress.CompressedIP (PROP) ¶ PROPERTY CompressedIP : REFERENCE TO IPAddress The short form of the address representation, with leading zeroes in groups omitted and the longest sequence of groups consisting entirely of zeroes collapsed to a single empty group.
IIPAddress.ExplodedIP (PROP) ¶ PROPERTY ExplodedIP : REFERENCE TO IPAddress The long form of the address representation, with all leading zeroes and groups consisting entirely of zeroes included.
IIPAddress.IPIsGlobal (PROP) ¶ PROPERTY IPIsGlobal : BOOL TRUE if the address is allocated for public networks. See: iana-ipv4-special-registry (for IPv4) or iana-ipv6-special-registry (for IPv6).
IIPAddress.IPIsLinkLocal (PROP) ¶ PROPERTY IPIsLinkLocal : BOOL TRUE if the address is reserved for link-local usage. See: RFC 3927.
IIPAddress.IPIsLoopback (PROP) ¶ PROPERTY IPIsLoopback : BOOL TRUE if this is a loopback address. See: RFC 3330 (for IPv4) or RFC 2373 (for IPv6).
IIPAddress.IPIsMultiCast (PROP) ¶ PROPERTY IPIsMultiCast : BOOL TRUE if the address is reserved for multicast use. See: RFC 3171 (for IPv4) or RFC 2373 (for IPv6).
IIPAddress.IPIsPrivate (PROP) ¶ PROPERTY IPIsPrivate : BOOL TRUE if the address is allocated for private networks. See: iana-ipv4-special-registry (for IPv4) or iana-ipv6-special-registry (for IPv6).
IServiceHelper.SavepointMemory (PROP) ¶ PROPERTY SavepointMemory : DataBuffer
ITaggedServiceReader (ITF) ¶ INTERFACE ITaggedServiceReader Properties: IsDataTag TagId ValidTag Methods: GetContent GetContentSize GetUnreadContentSize IgnoreBytes MoveDown MoveNext MoveNextConditional MoveUp ReadByte ReadBytes ReadBytesSwapped ReadDWord ReadLWord ReadString ReadWString ReadWord Structure: GetContent (Method) GetContentSize (Method) GetUnreadContentSize (Method) IgnoreBytes (Method) IsDataTag (Property) MoveDown (Method) MoveNext (Method) MoveNextConditional (Method) MoveUp (Method) ReadByte (Method) ReadBytes (Method) ReadBytesSwapped (Method) ReadDWord (Method) ReadLWord (Method) ReadString (Method) ReadWString (Method) ReadWord (Method) TagId (Property) ValidTag (Property)