@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.GigEStreamChannel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GigEStreamChannel() |
GigEStreamChannel(int size)
Native array allocator.
|
GigEStreamChannel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.IPAddress |
destinationIpAddress()
Destination IP address.
|
FlyCapture2.GigEStreamChannel |
destinationIpAddress(FlyCapture2.IPAddress destinationIpAddress) |
boolean |
doNotFragment()
Disable IP fragmentation of packets.
|
FlyCapture2.GigEStreamChannel |
doNotFragment(boolean doNotFragment) |
int |
hostPort()
Host port on the PC where the camera will send the data stream.
|
FlyCapture2.GigEStreamChannel |
hostPort(int hostPort) |
IntPointer |
hostPost()
Host port on the PC where the camera will send the data stream.
|
FlyCapture2.GigEStreamChannel |
hostPost(IntPointer hostPost) |
int |
interPacketDelay()
Inter packet delay, in timestamp counter units.
|
FlyCapture2.GigEStreamChannel |
interPacketDelay(int interPacketDelay) |
int |
networkInterfaceIndex()
Network interface index used (or to use).
|
FlyCapture2.GigEStreamChannel |
networkInterfaceIndex(int networkInterfaceIndex) |
int |
packetSize()
Packet size, in bytes.
|
FlyCapture2.GigEStreamChannel |
packetSize(int packetSize) |
FlyCapture2.GigEStreamChannel |
position(int position) |
int |
sourcePort()
Source UDP port of the stream channel.
|
FlyCapture2.GigEStreamChannel |
sourcePort(int sourcePort) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic GigEStreamChannel(Pointer p)
Pointer.Pointer(Pointer).public GigEStreamChannel(int size)
Pointer.position(int).public GigEStreamChannel()
public FlyCapture2.GigEStreamChannel position(int position)
@Cast(value="unsigned int") public int networkInterfaceIndex()
public FlyCapture2.GigEStreamChannel networkInterfaceIndex(int networkInterfaceIndex)
@Cast(value="unsigned int") public int hostPort()
public FlyCapture2.GigEStreamChannel hostPort(int hostPort)
@Cast(value="bool") public boolean doNotFragment()
public FlyCapture2.GigEStreamChannel doNotFragment(boolean doNotFragment)
public FlyCapture2.GigEStreamChannel packetSize(int packetSize)
@Cast(value="unsigned int") public int interPacketDelay()
public FlyCapture2.GigEStreamChannel interPacketDelay(int interPacketDelay)
@ByRef public FlyCapture2.IPAddress destinationIpAddress()
public FlyCapture2.GigEStreamChannel destinationIpAddress(FlyCapture2.IPAddress destinationIpAddress)
@Cast(value="unsigned int") public int sourcePort()
public FlyCapture2.GigEStreamChannel sourcePort(int sourcePort)
@Cast(value="unsigned int*") @ByRef public IntPointer hostPost()
public FlyCapture2.GigEStreamChannel hostPost(IntPointer hostPost)
Copyright © 2015. All Rights Reserved.