@Beta public final class PiMulticastGroupEntryHandle extends PiHandle<PiMulticastGroupEntry>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static PiMulticastGroupEntryHandle |
of(DeviceId deviceId,
PiMulticastGroupEntry entry)
Creates a new handle for the given device ID and PI multicast group
entry.
|
String |
toString() |
deviceId, entityType, piEntitypublic static PiMulticastGroupEntryHandle of(DeviceId deviceId, PiMulticastGroupEntry entry)
deviceId - device IDentry - PI multicast group entrypublic 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>