@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.MACAddress extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MACAddress() |
MACAddress(int macAddressValHigh,
int macAddressValLow) |
MACAddress(long size)
Native array allocator.
|
MACAddress(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(FlyCapture2.MACAddress address)
Equality operator.
|
boolean |
notEquals(FlyCapture2.MACAddress address)
Inequality operator.
|
BytePointer |
octets() |
byte |
octets(int i) |
FlyCapture2.MACAddress |
octets(int i,
byte octets) |
FlyCapture2.MACAddress |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MACAddress(Pointer p)
Pointer.Pointer(Pointer).public MACAddress(long size)
Pointer.position(long).public MACAddress()
public FlyCapture2.MACAddress position(long position)
public FlyCapture2.MACAddress octets(int i, byte octets)
@MemberGetter @Cast(value="unsigned char*") public BytePointer octets()
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef FlyCapture2.MACAddress address)
Copyright © 2019. All rights reserved.