/AWS1/CL_MDLDVBNITSETTINGS¶
DVB Network Information Table (NIT)
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_networkid TYPE /AWS1/MDL__INTEGERMIN0MAX65536 /AWS1/MDL__INTEGERMIN0MAX65536¶
The numeric value placed in the Network Information Table (NIT).
iv_networkname TYPE /AWS1/MDL__STRINGMIN1MAX256 /AWS1/MDL__STRINGMIN1MAX256¶
The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.
Optional arguments:¶
iv_repinterval TYPE /AWS1/MDL__INTEGERMIN25MAX1000 /AWS1/MDL__INTEGERMIN25MAX1000¶
The number of milliseconds between instances of this table in the output transport stream.
Queryable Attributes¶
NetworkId¶
The numeric value placed in the Network Information Table (NIT).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKID() |
Getter for NETWORKID, with configurable default |
ASK_NETWORKID() |
Getter for NETWORKID w/ exceptions if field has no value |
HAS_NETWORKID() |
Determine if NETWORKID has a value |
NetworkName¶
The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKNAME() |
Getter for NETWORKNAME, with configurable default |
ASK_NETWORKNAME() |
Getter for NETWORKNAME w/ exceptions if field has no value |
HAS_NETWORKNAME() |
Determine if NETWORKNAME has a value |
RepInterval¶
The number of milliseconds between instances of this table in the output transport stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPINTERVAL() |
Getter for REPINTERVAL, with configurable default |
ASK_REPINTERVAL() |
Getter for REPINTERVAL w/ exceptions if field has no value |
HAS_REPINTERVAL() |
Determine if REPINTERVAL has a value |