@Beta public final class PiMulticastGroupEntryHandle extends PiHandle<PiMulticastGroupEntry>
| Modifier and Type | Method and Description |
|---|---|
PiEntityType |
entityType()
Returns the type of entity identified by this handle.
|
boolean |
equals(Object o) |
int |
hashCode() |
static PiMulticastGroupEntryHandle |
of(DeviceId deviceId,
long 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.
|
String |
toString() |
public static PiMulticastGroupEntryHandle of(DeviceId deviceId, long groupId)
deviceId - device IDgroupId - multicast group IDpublic static PiMulticastGroupEntryHandle of(DeviceId deviceId, PiMulticastGroupEntry entry)
deviceId - device IDentry - PI multicast group entrypublic PiEntityType entityType()
PiHandleentityType in class PiHandle<PiMulticastGroupEntry>public int hashCode()
hashCode in class PiHandle<PiMulticastGroupEntry>public boolean equals(Object o)
equals in class PiHandle<PiMulticastGroupEntry>public String toString()
toString in class PiHandle<PiMulticastGroupEntry>