@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.GigEStreamChannel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FlyCapture2.GigEStreamChannel() |
FlyCapture2.GigEStreamChannel(long size)
Native array allocator.
|
FlyCapture2.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(long position) |
int |
sourcePort()
Source UDP port of the stream channel.
|
FlyCapture2.GigEStreamChannel |
sourcePort(int sourcePort) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic FlyCapture2.GigEStreamChannel(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2.GigEStreamChannel(long size)
Pointer.position(long).public FlyCapture2.GigEStreamChannel()
public FlyCapture2.GigEStreamChannel position(long 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 © 2016. All rights reserved.