public static class FlyCapture2.GigEStreamChannel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FlyCapture2.GigEStreamChannel() |
FlyCapture2.GigEStreamChannel(int size) |
FlyCapture2.GigEStreamChannel(Pointer p) |
| 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 |
hostPost()
Host port on the PC where the camera will send the data stream.
|
FlyCapture2.GigEStreamChannel |
hostPost(int 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 FlyCapture2.GigEStreamChannel(Pointer p)
public FlyCapture2.GigEStreamChannel(int size)
public FlyCapture2.GigEStreamChannel()
public FlyCapture2.GigEStreamChannel position(int position)
public int networkInterfaceIndex()
public FlyCapture2.GigEStreamChannel networkInterfaceIndex(int networkInterfaceIndex)
public int hostPost()
public FlyCapture2.GigEStreamChannel hostPost(int hostPost)
public boolean doNotFragment()
public FlyCapture2.GigEStreamChannel doNotFragment(boolean doNotFragment)
public int packetSize()
public FlyCapture2.GigEStreamChannel packetSize(int packetSize)
public int interPacketDelay()
public FlyCapture2.GigEStreamChannel interPacketDelay(int interPacketDelay)
public FlyCapture2.IPAddress destinationIpAddress()
public FlyCapture2.GigEStreamChannel destinationIpAddress(FlyCapture2.IPAddress destinationIpAddress)
public int sourcePort()
public FlyCapture2.GigEStreamChannel sourcePort(int sourcePort)
Copyright © 2014. All Rights Reserved.