org.dvb.si
Interface SIMonitoringType


public interface SIMonitoringType

This interface defines the constants corresponding to the SI information type values in SIMonitoringEvent.

See Also:
SIMonitoringListener, SIMonitoringEvent

Field Summary
static byte BOUQUET
          Constant for the type of SIInformation object: Bouquet
static byte NETWORK
          Constant for the type of SIInformation object: Network
static byte PMT_SERVICE
          Constant for the type of SIInformation object: PMTService
static byte PRESENT_FOLLOWING_EVENT
          Constant for the type of SIInformation object: Present or following event
static byte SCHEDULED_EVENT
          Constant for the type of SIInformation object: Scheduled event
static byte SERVICE
          Constant for the type of SIInformation object: Service
 

Field Detail

NETWORK

public static final byte NETWORK
Constant for the type of SIInformation object: Network

See Also:
Constant Field Values

BOUQUET

public static final byte BOUQUET
Constant for the type of SIInformation object: Bouquet

See Also:
Constant Field Values

SERVICE

public static final byte SERVICE
Constant for the type of SIInformation object: Service

See Also:
Constant Field Values

PMT_SERVICE

public static final byte PMT_SERVICE
Constant for the type of SIInformation object: PMTService

See Also:
Constant Field Values

PRESENT_FOLLOWING_EVENT

public static final byte PRESENT_FOLLOWING_EVENT
Constant for the type of SIInformation object: Present or following event

See Also:
Constant Field Values

SCHEDULED_EVENT

public static final byte SCHEDULED_EVENT
Constant for the type of SIInformation object: Scheduled event

See Also:
Constant Field Values