SIFWorks ADK 2.0
SIF_MaxBufferSize Property
NamespacesEdustructures.SifWorks.InfraSIF_RequestSIF_MaxBufferSize

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <SIF_MaxBufferSize> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<int> SIF_MaxBufferSize{ get; set;}
Public Property SIF_MaxBufferSize As Nullable(Of Integer)
public:
property Nullable<int> SIF_MaxBufferSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The SIF_MaxBufferSize element of this object.
Remarks

The SIF specification defines the meaning of this element as: "Specifies the maximum size of a response packet to be returned to the requester. The responder may return packets smaller than, or equal to, the maximum value. If the maximum size is too small to contain a single whole response object, the responder should reject the SIF_Request. To guarantee delivery of response packets, requesting agents must not specify a SIF_MaxBufferSize greater than its registered SIF_Register/SIF_MaxBufferSize."

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10