@Beta public final class PiMulticastGroupEntryHandle extends PiPreEntryHandle
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
groupId()
Returns the multicast group ID associated with this handle.
|
int |
hashCode() |
static PiMulticastGroupEntryHandle |
of(DeviceId deviceId,
int groupId)
Creates a new handle for the given device ID and PI multicast group ID.
|
static PiMulticastGroupEntryHandle |
of(DeviceId deviceId,
PiMulticastGroupEntry entry)
Creates a new handle for the given device ID and PI multicast group
entry.
|
PiPreEntryType |
preEntryType()
Returns the type of PRE entry associated with this handle.
|
String |
toString() |
entityTypepublic static PiMulticastGroupEntryHandle of(DeviceId deviceId, int groupId)
deviceId - device IDgroupId - multicast group IDpublic static PiMulticastGroupEntryHandle of(DeviceId deviceId, PiMulticastGroupEntry entry)
deviceId - device IDentry - PI multicast group entrypublic int groupId()
public PiPreEntryType preEntryType()
PiPreEntryHandlepreEntryType in class PiPreEntryHandle