Annc.Netcard

[This is preliminary documentation and subject to change.]

The Netcard property specifies the IP address of the network interface card used by the broadcast head-end.

Syntax

object.Netcard [ = sNetCard ]
 

Parts

object
Object expression that resolves to an Annc object.
SNetCard
String that contains the network interface card address. This string should be in standard IP dot notation: "xxx.xxx.xxx.xxx". The default value is an empty string.

Remarks

You are not required to set this property in order for the announcement file created by Annc.Store to be valid. The default value is sufficient in many cases.

Examples

The following example sets the network interface card IP address to "255.55.221.255".

ann.Netcard = "255.55.221.255"
 

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

Annc.TriggerIP